home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / demos / stockdemo / readme.txt < prev    next >
Text File  |  1997-05-08  |  2KB  |  56 lines

  1.     stockdemo (Stock Demo)
  2.  
  3. There is an icon for this demo in the demo program group. To run the 
  4. Stock Demo, open the demo program group and double-click on the 
  5. icon. If you have installed the demo it will run from the hard drive.
  6. Otherwise it will run from the CD-ROM drive. You will be prompted to
  7. insert the DataViews CD.
  8.  
  9. To remake the demo:
  10.  
  11. 1.    Open an MS-DOS command prompt.
  12.  
  13. 2.    Go to the directory for the demo:
  14.  
  15.         cd <dataviews>\dvtools\demos\stockdemo
  16.  
  17. 3.    To make the demo, type:
  18.  
  19.         nmake
  20. -------------------------------------------------------------
  21.  
  22. This interactive stock demo lets the user manage the display of a 
  23. High-Low-Close Chart for stock and bond data.
  24.  
  25. Available options are:
  26.  
  27.     Redraw the graph - select PLOT.
  28.     Change the time axis label format - TOGGLE through the different
  29.       types. Select PLOT to redraw.
  30.  
  31.     mmddyy    012887
  32.  
  33.     mm/dd    1/28
  34.     yyyy    1987
  35.  
  36.     ddmmm    15jan
  37.     yyyy    1987
  38.  
  39. Change the period of time being displayed - select inside the horizontal bar 
  40. under the graph. If you pick closer to the current "begin" the starting time 
  41. is changed, otherwise the ending time is changed. Select PLOT to redraw.
  42.  
  43. Change the threshold being used - select THRESH. A slider appears. Select 
  44. the new value with the LEFT mouse button.
  45.  
  46. Change the range around the Threshold - select DELTA. A menu appears. Select 
  47. the new delta with the LEFT mouse button.
  48.  
  49. Change to the data file - select STOCK. A menu appears. Select the new data 
  50. file with the LEFT mouse button.
  51.  
  52. Redraw the entire view, type <^L>. This also works if you resize the window.
  53.  
  54. QUIT the demo - select the QUIT box or use the "q" key.
  55.  
  56.